Developer --> Technical Publications
PATHHardware Documentation > USB Devices > Mac OS USB DDK API Reference


HID Descriptor Structure

The USB HID descriptor is of this form:

struct USBHIDDescriptor {
    UInt8 descLen;
    UInt8 descType;
    UInt16 descVersNum;
    UInt8 hidCountryCode;
    UInt8 hidNumDescriptors;
    UInt8 hidDescriptorType;
    UInt8 hidDescriptorLengthLo;
    UInt8 hidDescriptorLengthHi;
};

© 1999 Apple Computer, Inc.

Previous | Back Up One Level | Next | Show Frames | Hide Frames